cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/71 - Background Color Changer/
const colors = ["green ","red","rgba(133,122,200)","#f15025"];
const btn=document.getElementById('btn');
const color =document.q
const btn=document.getElementById('btn');
const color =document.q
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
const hex= [0,1,2,3,4,5,6,7,8,9, "A" ,"B" ,"C","D","E","F"];
const btn= document.getElementById("btn");
const color=document.qu
const btn= document.getElementById("btn");
const color=document.qu
Baackground Color Changer
/cody/swapnilsparsh/30DaysOfJavaScript/71 - Background Color Changer/index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">